lib: use bracket notation instead of startsWith/endsWith for single char - #61500
lib: use bracket notation instead of startsWith/endsWith for single char#61500kimtaejin3 wants to merge 1 commit into
startsWith/endsWith for single char#61500Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #61500 +/- ##
==========================================
- Coverage 90.12% 90.12% -0.01%
==========================================
Files 752 752
Lines 252312 252319 +7
Branches 47432 47436 +4
==========================================
+ Hits 227404 227406 +2
Misses 16217 16217
- Partials 8691 8696 +5
🚀 New features to boost your workflow:
|
startsWith/endsWith for single char
|
@anonrig Could you please check the progress of this PR? It looks like it might be stuck after approval. |
|
This pull request has been marked as stale due to 90 days of inactivity. |
d6f31dc to
fb03a1e
Compare
|
@kimtaejin3 Can you please sign the first commit and force push? It's required as per updated instructions
|
Signed-off-by: Taejin Kim <rlaxowls1316@naver.com>
fb03a1e to
5355e9f
Compare
This PR avoids potential prototype pollution and improves performance by replacing method calls with
direct property access.